Contract ABI
https://gyazo.com/ef5028d52abf052b0060b85a47373082
Contract Application Binary Interface
contractがどのような名前の関数が定義されているか、それぞれの関数にアクセスするために、どのような型のパラメータを渡す必要があるか、関数の実行結果はどのような型のデータが返るか、などの情報が含まれたもの
The Contract Application Binary Interface ABI is the standard way to interact with contracts in the Ethereumecosystem, both from outside the Blockchain ブロックチェーン and for contract-to-contract interaction. Data is encoded according to its type, as described in this specification. The encoding is not self describing and thus requires a schema in order to decode. 参考